home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # This shell script shows how to run waisindex to build a local database
- # out of your mail folders. It assumes waisindex is in your path, that
- # you have a directory called ~/wais-database, that you want the database
- # to be called Mail, and that your mail folders are in the directory
- # ~/Mail
- #
- waisindex -d $HOME/wais-database/Mail -nocat -t mail_or_rmail -r $HOME/Mail
-